/*
 * @Author: shu binqi 
 * @Date: 2020-01-19 09:43:03 
 * @Last Modified by: shu binqi
 * @Last Modified time: 2020-02-12 15:04:29
 */

/* 以下是超高分辨率电脑电脑 */
@media screen and (min-width: 1920px) {
  
}
/* 以下是小屏电脑 */
@media screen and (max-width: 1680px) {
  /* #banner-head {
    height: 969px;
  } */
  /* .about-top,
  #head {
    height: 580px;
  } */
}
@media screen and (max-width: 1600px) {
  .header .logo img {
    width: 350px;
}
.nav>li>a {
  font-size: 16px;
  padding: 0 18px;
      min-width: 112px;
  }
}
@media screen and (max-width: 1440px) {
  
}
@media screen and (max-width: 1366px) {
  .about-left-box {
    width: 50% !important;
    transform: translateX(0%) !important;
  }
  .about-left {
    height: 475px;
  }
  .about-right {
    height: 575px;
  }
  .container-max {
    max-width: 1200px;
  }
  .case-right-box {
    padding: 20px 60px;
  }

  .header .logo img {
    width: 350px;
}
.header-right {
    margin-right: 0;
}
  .nav>li>a {
    font-size: 16px;
    min-width: 80px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px){
    .nav>li>a {
        min-width: 70px;
        padding: 0 11px;
    }
}
/* 以下是平板 */
@media screen and (max-width: 1280px) {
  .container {
    padding: 0 15px;
  }
  .container-max {
    max-width: 1200px;
    padding: 0 15px;
  }
  .scrollbar-1 .swiper-button-prev, .scrollbar-1 .swiper-container-rtl .swiper-button-next {
    left: 20px;
  }
  .scrollbar-1 .swiper-button-next, .scrollbar-1 .swiper-container-rtl .swiper-button-prev {
    right: 20px;
  }
  .culture-swiper-box .swiper-button-prev, .culture-swiper-box .swiper-container-rtl .swiper-button-next {
    left: 20px;
    color: #333;
  }
  .culture-swiper-box .swiper-button-next, .culture-swiper-box .swiper-container-rtl .swiper-button-prev {
    right: 20px;
    color: #333;
  }
  .header{
    padding: 0 40px;
  }
  .header .logo img {
    width: 330px;
  }
}
@media screen and (max-width: 1024px) {
  .menu{display:block;float:right;cursor:pointer;height:40px;width:35px;position:absolute;top: 12px;right: 20px;}
  .menu span{display:inline-block;width:25px;height:3px;background-color:#191978;border-radius: 5px;position:absolute;top:25px;left:0px;transition:background-color 0.2s ease-out 0.1s;}
  .menu span:before{content:'';display:inline-block;width:25px;height:3px;background-color:#191978;border-radius: 5px;position:absolute;top:-10px;left:0px;transition:transform 0.1s ease-out,top 0.3s ease 0.2s;transform:rotate(0deg);}
  .menu span:after{content:'';display:inline-block;width:25px;height:3px;background-color:#191978;border-radius: 5px;position:absolute;top:10px;left:0px;transition:transform 0.1s ease-out,top 0.3s ease 0.2s;transform:rotate(0deg);}
  .header.menu_click .menu span{background-color:transparent;}
  .header.menu_click .menu span:before{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(45deg);top:0px;}
  .header.menu_click .menu span:after{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(-45deg);top:0px;}
  .navbar {
    display: none;
    position: fixed;
    left: 0;
    top: 126px;
    width: 100%;
    height: calc(100% - 126px) !important;
    background: #333;
    overflow-y: auto;
  }
  .nav {
    height: auto !important;
    width: 100%;
    padding: 15px 0;
  }
  .nav li {
    width: 100%;
    height: 50px !important;
    margin: 0 !important;
    float: unset;
  }
  .nav >li a {
    line-height: 50px;
    /* padding-left: 50px; */
    border: 0 !important;
    color: #FFF !important;
  }
  .en-code {
    margin-right: 25px;
  }
  .swiper-banner .swiper-slide img {
    height: 100%;
    width: auto !important;
    max-width: unset !important;
  }
  .product-item > .container .img-box {
    height: 400px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .product-item .product-text {
    padding-top: 0;
  }
  .product-item .product-text h4 a {
    font-size: 40px;
    line-height: 52px;
  }
  .swiper-product .product-item h4 {
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    padding-left: 20px;
  }
  .swiper-product .product-item .img-box {
    height: 200px;
    width: 100%;
    padding: 20px 0;
  }
  .footer-left ul {
    display: none;
  }

  .footer-top .container{
    flex-direction: column;
  }
  .foot-nav{
    flex-direction: column;
  }
  .foot-nav .foot-list{
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .product-item .product-text h4 a {
    font-size: 30px;
    line-height: 40px;
  }
  .about-left-box {
    top: 60px;
    width: 100% !important;
    color: #fff;
    padding-right: 30px;
  }
  .about-left-box h2 {
    color: #fff;
  }
  .about-left-box .intro p {
    color: #fff;
  }
  .about-left {
    display: none;
  }
  .about-right {
    width: 100%;
    float: unset;
  }
  .about-right:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .about-right img {
    position: relative;
  }
  .case-index .case-right, .case-index .case-left {
    width: 100%;
    float: unset;
  }
  .case-right-box {
    width: 100%;
    position: relative;
  }
  .news-list-index {
    margin: 0 -5px;
  }
  .news-list-index li {
    padding: 0 5px;
  }
  .news-list-index .news-left {
    width: 100px;
  }
  .footer-top .container-max {
    flex-wrap: wrap;
  }
  .content {
    width: 100%;
    overflow-x: auto;
  }
  
  .scrollbar-1 .swiper-button-prev, .scrollbar-1 .swiper-container-rtl .swiper-button-next {
    display: none;
  }
  .scrollbar-1 .swiper-button-next, .scrollbar-1 .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
  .culture-swiper-box .swiper-button-prev, .culture-swiper-box .swiper-container-rtl .swiper-button-next {
    display: none;
  }
  .culture-swiper-box .swiper-button-next, .culture-swiper-box .swiper-container-rtl .swiper-button-prev {
    display: none;
  }

  .foot-nav .foot-info{
    margin-left: 0;
  }
}
/* 以下是移动端 */
@media screen and (max-width: 768px) {
  .menu span{
    width: 18px;
    height: 2px;
  }
  .menu span:after{
    width: 18px;
    height: 2px;
    top: 6px;
  }
  .menu span:before{
    width: 18px;
    height: 2px;
    top: -6px;
  }
  .menu{
    width: 20px;
    right: 16px;
  }

  .hidden-md {
    display: block;
  }
  .hidden-sm {
    display: none;
  }
  /* .two-nav {
    display: none !important;
  } */
  .nav>li:last-child .two-nav{
    display: block !important;
    left: 50%;
    transform: translateX(-50%);
    top: 66px;
  }
  .nav>li:last-child .two-nav li{
    height: 25px !important;
  }
  .contact-left1-address, .contact-left1-phone, .contact-left1 {
    flex-wrap: wrap;
  }
  .swiper-product .product-item .img-box {
    height: 180px;
  }
  .brand {
    margin: 25px 0 25px 15px;
  }
  .swiper-product-list a {
    padding: 20px 10px 15px;
  }
  .news-list-index li {
    width: 100%;
  }
  .company-main {
    margin: 0;
  }
  .company-left,
  .company-right,
  .news-ul li,
  .case-ul li {
    width: 100%;
  }
  .company-right,
  .company-left {
    padding: 0;
  }
  .company-left {
    margin-bottom: 30px;
  }
  .company-right h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .news-ul li {
    flex: 1;
  }
  .news-item-left {
    width: 100px;
    padding-right: 10px;
    margin-right: 10px;
  }
  .news-item {
    padding: 15px 10px;
  }
  .sort-nav a {
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
  }
  .menu-fixed {
    bottom: 30%;
    width: 40px;
  }
  .menu-fixed > div, .menu-fixed > a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
  }
  .menu-fixed i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .menu-fixed .phone > .show-phone {
    height: 40px;
    line-height: 40px;
  }
  .menu-fixed > .code:hover .show-code, .menu-fixed > .phone:hover .show-phone {
    right: 45px;
  }
  .product-list li {
    padding: 30px 15px;
  }
  .product-item > .container .img-box {
    height: 200px;
    width: 100%;
    padding: 10px;
  }
  .product-item .product-text {
    width: 100%;
  }
  .sort-text h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .sort-text h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  /* #banner-head {
    height: 500px;
  } */
  .swiper-banner .swiper-slide img {
    /* transform: translateX(-80px); */
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 50px !important;
  }
  .contact-address {
    width: 100%;
  }
  .contact-message {
    width: 100%;
    padding-left: 0;
  }
  .title h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .title h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .title h4 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .title p {
    margin: 20px 0;
  }
  .case-right-box {
    padding: 30px 20px 60px 20px;
  }
  .case-right-box a.more {
    margin-bottom: 20px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 20px;
  }
  .case-right-box .intro {
    margin-bottom: 20px;
  }
  .swiper-case .swiper-button-next, .swiper-case .swiper-container-rtl .swiper-button-prev {
    right: 55px;
    width: 40px;
    height: 40px;
    bottom: 55px;
  }
  .swiper-case .swiper-button-prev, .swiper-case .swiper-container-rtl .swiper-button-next {
    right: 105px;
    width: 40px;
    height: 40px;
    bottom: 55px;
  }
  .footer-left {
    width: 100%;
  }
  .footer-logo {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .footer-logo img {
    margin: 0 auto;
  }
  .footer-center {
    width: 100%;
  }
  .footer-phone {
    float: unset;
    display: block;
  }
  .footer-phone p,
  .footer-phone h4 {
    text-align: center;
  }
  .footer-phone h4 {
    margin-bottom: 10px;
}
  .footer-center .icon {
    display: none;
  }
  .footer-right .img-box {
    height: 120px;
    width: 140px;
    display: block;
    margin: 0 auto;
  }
  .footer-right {
    width: 100%;
  }
  .wx-code {
    left: 9px;
    top: 8px;
  }
  .footer-right img {
    margin: 0 auto;
  }
  .container-max > span {
    line-height: 30px;
    display: block;
    text-align: center;
    float: unset;
    margin-right: 0;
  }
  .contact-left1 {
    margin-right: 0;
  }
  .contact-left1-address {
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 15px;
  }
  .contact-left1-phone {
    width: 100%;
  }
  .contact-left1 i {
    margin-right: 5px;
  }
  .about-left-box h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
  .product-item .product-text h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .product-item .product-text h4 a {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
  }
  .product-item .product-text .intro {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 20px;
  }
  .product-item .product-text > a {
    font-size: 14px;
    height: 35px;
    line-height: 33px;
    padding: 0 20px;
  }
  .product-content-top{
    padding: 40px 0;
  }
  .product-content-top h2{
    font-size: 30px;
    line-height: 40px;
  }
  .swiper-product .product-item h4 {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
  }
  .about-right {
    height: auto;
  }

  .header{
    height: 80px;
    padding: 0 60px 0 15px;
  }
  .head-two .cont-list {
    flex-wrap: wrap;
    justify-content: start;
  }
  .head-two .cont-list li {
    padding: 0px;
    width: 25%;
    margin-right: 0;
  }
  .head-two .cont-list a{
    line-height: 24px;
    font-size: 16px;
    padding: 8px 6px;
  }

  /* 提交简历 */
  .join3-form .from-input{
    width: 100%;
  }
  /* 职位空缺 */
  .job-cont thead th{
    font-size: 14px;
  }
  .job-cont tbody a {
    font-size: 14px;
}
.com-top .con-left{
  display: none;
}
.com-top .com-con {
  justify-content: center;
}
.com-top{
  padding: 10px;
}
.contact-main .contact-cont{
  flex-direction: column;
}
.contact-main .contact-cont>div {
  width: 100%;
}
.map{
  height: 350px;
}
.contact-box{
  flex-direction: column;
}
.index-map{
  height: 350px;
}
.contact-box .box-left, .contact-box .box-right {
  width: 100%;
}
.contact-box .box-right{
  margin-top: 25px;
}
.contact-address .icon {
  margin-right: 25px;
}
.form-index .form-button button{
    height: 40px;
    line-height: 40px;
    padding: 0 48px;
}
.form-index .form-input input{
  height: 40px;
  line-height: 40px;
}
  .header .logo img {
    width: 325px;
  }
  .index-about .about-cont {
    flex-direction: column;
  }
  .index-about .cont-left, .index-about .cont-right {
    width: 100%;
  }
  .index-about .cont-right {
    padding: 28px 20px 20px 20px;
}
.index-about .cont-right .intro p{
  font-size: 14px;
}
.index-case {
  padding-top: 40px;
}
.index-case .case-ul li {
  width: 50%;
}
.case-item h4{
  line-height: 40px;
    height: 40px;
    font-size: 14px;
}
.case-item .img-box .case-tip p{
  width: 80%;
}
.case-ul {
  margin-top: 30px;
}
.contact-index {
  padding: 40px 0;
}
.index-about .cont-right h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
.foot-nav .foot-list{
  display: none;
}
.foot-nav .foot-info{
  margin-left: 0;
  max-width: auto;
}
.foot-nav {
  padding: 35px 0;
}
.foot-nav .foot-info h3{
  margin-bottom: 10px;
}
.foot-nav .foot-info .info-img{
  justify-content: center;
}
.index-about {
  margin-top: 60px;
}
.swiper-banner .swiper-button-next::after{
  font-size: 21px;
}
.swiper-banner .swiper-button-prev::after{
  font-size: 21px;
}
.head-two{
  padding: 25px 0 10px 0;
}
.head-two .cont-list li{
  margin-bottom: 25px;
}
.about-box {
  padding-top: 35px;
}
.company {
  padding-bottom: 40px;
}
.head-bemn .bemn-list {
  flex-wrap: wrap;
}
.contact-main .contact-cont{
  margin-top: 20px;
}
.form-contact .form-button button{
  height: 40px;
  line-height: 40px;
  padding: 0 50px;
}
.form-contact .form-input input{
  height: 40px;
  line-height: 38px;
}
.contact-right {
  margin-top: 20px;
}
.contact-main{
  padding-bottom: 50px;
}
.company .join-box {
  margin-top: 25px;
}
.join-show .show-list{
  flex-direction: column;
  margin-top: 25px;
}
.join-show .show-list li:not(:last-child){
  margin-bottom: 6px;
}
.join-show .show-link a {
  line-height: 40px;
  padding: 0 35px;
}
.join-show{
  margin-top: 30px;
}
#banner-head{
  height: 95vh;
  padding-top: 125px;
}
.swiper-banner .swiper-slide a{
  display: inline-block;
  width: 100%;
}
.swiper-banner .swiper-slide img{
  width: 100% !important;
  object-fit: contain;
}
.swiper-pagination-banner .swiper-pagination-bullet{
  width: 30px !important;
  height: 3px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 20px !important;
}
.swiper-banner .swiper-button-next, .swiper-banner .swiper-button-prev{
  top: 50%;
}
.join3-form .control-label {
  font-size: 16px;
}
.join3-form .form-control{
  line-height: 35px;
}
.join3-form .form-btn .btn{
  line-height: 40px;
  padding: 0 50px;
}
.join-show .show-title h2{
  font-size: 22px;
}

}
@media screen and (max-width: 480px) {
  .about-left-box{
    top: 15px;
  }
  .about-left-box h2{
    margin-bottom: 8px;
  }
  .about-left-box .intro p{
    font-size: 14px;
    line-height: 22px;
  }
  .about-left-box .intro {
    margin-bottom: 10px;
  }
  .about-left-box a.more{
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
  }

  .case-right-box h4{
    font-size: 24px;
  }
  .head-two .cont-list a{
    font-size: 14px;
    line-height: 20px;
  }

  .job-cont tbody a {
    font-size: 12px;
}
}

@media screen and (min-width:769px) {
  .hidden-md {
    display: none;
  }
}